-
Notifications
You must be signed in to change notification settings - Fork 0
Identify RTM-LAMP temperature and voltage sensors #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Align `attr` fields with the SDR structures of the RTM-LAMP LM75 temperature sensors to indicate which part of the card is being monitored Also add support for MAX11609-based housekeeping voltage sensors on the RTM-LAMP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please update the PVList with the new PVs.
{ TempAirIn, 1 , 1 , $(fruid), alias_$(dev), $(dev) } | ||
{ TempAirOut, 2 , 1 , $(fruid), alias_$(dev), $(dev) } | ||
{ TempPSBlock, 3, 1 , $(fruid), alias_$(dev), $(dev) } | ||
{ VoltVS1, 1 , 2 , $(fruid), alias_$(dev), $(dev) } | ||
{ VoltVS2, 2 , 2 , $(fruid), alias_$(dev), $(dev) } | ||
{ VoltN7V, 3 , 2 , $(fruid), alias_$(dev), $(dev) } | ||
{ Volt7V, 4 , 2 , $(fruid), alias_$(dev), $(dev) } | ||
{ Volt2V5, 5 , 2 , $(fruid), alias_$(dev), $(dev) } | ||
{ Volt3V3, 6 , 2 , $(fruid), alias_$(dev), $(dev) } | ||
{ Volt5V, 7 , 2 , $(fruid), alias_$(dev), $(dev) } | ||
{ Volt12V_HP, 8 , 2 , $(fruid), alias_$(dev), $(dev) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, keep the items aligned in the attr
column.
{ TempAirIn, 1 , 1 , $(fruid), alias_$(dev), $(dev) } | |
{ TempAirOut, 2 , 1 , $(fruid), alias_$(dev), $(dev) } | |
{ TempPSBlock, 3, 1 , $(fruid), alias_$(dev), $(dev) } | |
{ VoltVS1, 1 , 2 , $(fruid), alias_$(dev), $(dev) } | |
{ VoltVS2, 2 , 2 , $(fruid), alias_$(dev), $(dev) } | |
{ VoltN7V, 3 , 2 , $(fruid), alias_$(dev), $(dev) } | |
{ Volt7V, 4 , 2 , $(fruid), alias_$(dev), $(dev) } | |
{ Volt2V5, 5 , 2 , $(fruid), alias_$(dev), $(dev) } | |
{ Volt3V3, 6 , 2 , $(fruid), alias_$(dev), $(dev) } | |
{ Volt5V, 7 , 2 , $(fruid), alias_$(dev), $(dev) } | |
{ Volt12V_HP, 8 , 2 , $(fruid), alias_$(dev), $(dev) } | |
{ TempAirIn, 1, 1 , $(fruid), alias_$(dev), $(dev) } | |
{ TempAirOut, 2, 1 , $(fruid), alias_$(dev), $(dev) } | |
{ TempPSBlock, 3, 1 , $(fruid), alias_$(dev), $(dev) } | |
{ VoltVS1, 1, 2 , $(fruid), alias_$(dev), $(dev) } | |
{ VoltVS2, 2, 2 , $(fruid), alias_$(dev), $(dev) } | |
{ VoltN7V, 3, 2 , $(fruid), alias_$(dev), $(dev) } | |
{ Volt7V, 4, 2 , $(fruid), alias_$(dev), $(dev) } | |
{ Volt2V5, 5, 2 , $(fruid), alias_$(dev), $(dev) } | |
{ Volt3V3, 6, 2 , $(fruid), alias_$(dev), $(dev) } | |
{ Volt5V, 7, 2 , $(fruid), alias_$(dev), $(dev) } | |
{ Volt12V_HP, 8, 2 , $(fruid), alias_$(dev), $(dev) } | |
#------------------------------------------------------------------ | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: extra empty line
This changes refers to a specif (yet unreleased) openMMC version and only should be merged when the new release comes up, IMO. The commit message should also refer to it. Maybe something like:
|
Align
attr
fields with the SDR structures of the RTM-LAMP LM75 temperature sensors to indicate which part of the card is being monitoredAlso add support for MAX11609-based housekeeping voltage sensors on the RTM-LAMP